home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / ole / oc1016 / readme.txt < prev   
Text File  |  1994-06-06  |  2KB  |  39 lines

  1. FILE: OC1016.ZIP
  2.  
  3. TITLE: OC1016.DLL Library file used for OLE Custom Controls (.OCXs)
  4.  
  5. KEYWORDS: OC1016 DLL OLE CUSTOM CONTROLS OCX MSAREG
  6.  
  7. DESCRIPTION: This file contains three files: README.TXT (this file), MSAREG.EXE (used to register the .dll) and OC1016.DLL (a necessary library for the use of any OLE Custom Control (.OCX) file).
  8.  
  9. 1) Copy OC1016.DLL to your \windows\system subdirectory.
  10. 2) Register the file. To do this go to the Program Manager,
  11.    from the File menu, select Run,  enter the following command line:
  12.  
  13.  a:\msareg c:\windows\system\oc1016.dll
  14.  
  15.  where a:\ is the drive and directory where msareg.exe exists and 
  16.  c:\windows is the drive and directory where windows exists.
  17.  
  18.  
  19. There will be a slight delay, about 1 to 5 seconds. Then the registration
  20.  process will be complete. The file, OC1016.DLL will be registered in your
  21.  REG.DAT file. You will receive no notification that the process is complete.
  22.  
  23.  
  24. In addition to this file needing to be registered you may need to register the OLE control (.OCX) control itself.
  25.  
  26. Steps to register a .OCX file into the REG.DAT file:
  27.  
  28. 1. Open any Microsoft Access form in design view.
  29. 2. From the Edit Menu choose Insert Object.
  30. 3. Choose Insert Control.
  31. 4. Choose Add Control.
  32. 5. Use the Browse button to locate your .OCX file.
  33. 6. Highlight your .OCX file and choose OK.
  34.  
  35. There will be a slight delay. Then the registration process will be complete. 
  36.  The .OCX file will be registered in your REG.DAT file. You will now see the new
  37.  custom control available in the list of custom controls.
  38.  
  39.